runtime.timers.check (method)

4 uses

	runtime (current package)
		proc.go#L3403: 	now, pollUntil, _ := pp.timers.check(0, nil)
		proc.go#L3849: 				tnow, w, ran := p2.timers.check(now, nil)
		synctest.go#L215: 			gp.bubble.timers.check(bubble.now, bubble)
		time.go#L1006: func (ts *timers) check(now int64, bubble *synctestBubble) (rnow, pollUntil int64, ran bool) {